[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 twNoOccurs( cSearch, cSource, lCase )
 ----------------------------------------------------------------------------
     Find the number of occurrences of a given string within a target
     string.

       Arguments:

     cSearch - 'C' String to search for.

     cSource - 'C' String  to search.

     lCase   - 'L' Logical for case sensitive search. Defaults to FALSE.

       Return:

     The number of occurrences of cSearch in cSource.

       Example:

     twNoOccurs( "ab", "abracadabra" ) -> 2

See Also: twNthOccur()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson